home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Sunday Times: The Month 2004 October
/
The Sunday Times - The Month 2004-10.iso
/
pc
/
assets
/
bespoke
/
kids
/
power.swf
/
scripts
/
DefineButton2_177
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2004-09-02
|
155b
|
12 lines
on(release){
if(currLevel < levels.length - 1)
{
currLevel++;
gotoAndPlay(9);
}
else
{
gotoAndStop(44);
}
}